From: Colin Walters Date: Wed, 20 Sep 2023 11:58:44 +0000 (-0400) Subject: gitmodules: Use github GNOME mirror X-Git-Tag: archive/raspbian/2023.7-3+rpi1^2~16^2^2~20^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=01a847a2d1c86df57e3e21d11df103eb34cd465a;p=ostree.git gitmodules: Use github GNOME mirror gitlab.gnome.org is down right now, but it's been somewhat flaky in the past. Our CI uptime becomes an *intersection* of all systems it depends on, and by cutting out gitlab.gnome.org we increase its reliability. --- diff --git a/.gitmodules b/.gitmodules index 0de0c831..da3863f6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libglnx"] path = libglnx - url = https://gitlab.gnome.org/GNOME/libglnx.git + url = https://github.com/GNOME/libglnx [submodule "bsdiff"] path = bsdiff url = https://github.com/mendsley/bsdiff